home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / card_5548.txt < prev    next >
Text File  |  1990-04-02  |  8KB  |  319 lines

  1. -- card: 5548 from stack: in
  2. -- bmap block id: 5715
  3. -- flags: 0000
  4. -- background id: 7909
  5. -- name: Main
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9.   hide card field "Message Center 2"
  10.   show card field "Message Center"
  11.   hide card button "Go Back"
  12.   show card button "Next ..."
  13.   hide card field "Display Message"
  14.   hide card field "DIPP"
  15.   hide card field "SCSI"
  16.   hide card field "Firmware"
  17.   hide card field "Cover Card"
  18.   ResetMenuField
  19. end openCard
  20.  
  21. on ResetMenuField
  22.   put " DIPP" & return & " Firmware" & return & " SCSI Interface" & return into card field "Message Center 2"
  23. end ResetMenuField
  24.  
  25. on closeCard
  26.   hide card field "Cover All"
  27.   hide card button "Self-Check"
  28.   hide card field "Message Center 2"
  29.   show card field "Message Center"
  30.   hide card button "Go Back"
  31.   show card button "Next ..."
  32.   hide card field "Display Message"
  33.   hide card field "DIPP"
  34.   hide card field "SCSI"
  35.   hide card field "Firmware"
  36.   hide card field "Cover Card"
  37.   ResetMenuField
  38. end closeCard
  39.  
  40.  
  41.  
  42.  
  43. -- part 1 (field)
  44. -- low flags: 01
  45. -- high flags: 2004
  46. -- rect: left=14 top=77 right=252 bottom=203
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 3
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Message Center
  55.  
  56.  
  57. -- part 2 (button)
  58. -- low flags: 00
  59. -- high flags: A003
  60. -- rect: left=70 top=283 right=304 bottom=140
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Next ...
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   hide card field "Message Center"
  72.   show card field "Message Center 2"
  73.   show card button "Go Back"
  74.   hide card button "Next ..."
  75.   show card field "Display Message"
  76.   ResetMenuField
  77. end mouseUp
  78.  
  79. on ResetMenuField
  80.   put " DIPP" & return & " Firmware" & return & " SCSI Interface" & return into card field "Message Center 2"
  81. end ResetMenuField
  82.  
  83.  
  84.  
  85. -- part 3 (button)
  86. -- low flags: 80
  87. -- high flags: A003
  88. -- rect: left=70 top=283 right=304 bottom=140
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Go Back
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   hide card field "Message Center 2"
  100.   show card field "Message Center"
  101.   hide card button "Go Back"
  102.   show card button "Next ..."
  103.   hide card field "Display Message"
  104.   hide card field "DIPP"
  105.   hide card field "SCSI"
  106.   hide card field "Firmware"
  107.   hide card field "Cover Card"
  108.   ResetMenuField
  109. end mouseUp
  110.  
  111. on ResetMenuField
  112.   put" DIPP" & return & " Firmware" & return & " SCSI Interface" & return into card field "Message Center 2"
  113. end ResetMenuField
  114.  
  115.  
  116.  
  117. -- part 4 (field)
  118. -- low flags: 81
  119. -- high flags: 2004
  120. -- rect: left=14 top=77 right=146 bottom=134
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 0 / 0
  123. -- text alignment: 0
  124. -- font id: 3
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: Message Center 2
  129. ----- HyperTalk script -----
  130. on mouseUp
  131.   hide card field "Cover Card"
  132.   global whichExample,showState
  133.   put empty into whichExample
  134.   put empty into showState
  135.   put 1 + (the clickV - top of me) div textHeight of me into clickLine
  136.   if line clickLine of me is not empty then
  137.     put word 1 of line clickLine of card field "Message Center 2" into whichExample
  138.     put "‚Ä¢" into char 1 of line clickLine of card field "Message Center 2"
  139.     put card field whichExample into card field "Cover Card"
  140.     show card field "Cover Card"
  141.     wait 2 seconds
  142.     ResetMenuField
  143.   end if
  144. end mouseUp
  145.  
  146. on ResetMenuField
  147.   put " DIPP" & return & " Firmware" & return & " SCSI Interface" & return into card field "Message Center 2"
  148. end ResetMenuField
  149.  
  150.  
  151.  
  152. -- part 6 (field)
  153. -- low flags: 81
  154. -- high flags: 0000
  155. -- rect: left=162 top=267 right=306 bottom=296
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 0 / 0
  158. -- text alignment: 0
  159. -- font id: 3
  160. -- text size: 9
  161. -- style flags: 0
  162. -- line height: 12
  163. -- part name: Display Message
  164.  
  165.  
  166. -- part 7 (field)
  167. -- low flags: 81
  168. -- high flags: 0004
  169. -- rect: left=208 top=77 right=252 bottom=504
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 0
  173. -- font id: 3
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: Cover Card
  178. ----- HyperTalk script -----
  179. on openField
  180.   ResetMenuField
  181. end openField
  182.  
  183. on mouseUp
  184.   hide card field "Cover Card"
  185.   ResetMenuField
  186. end mouseUp
  187.  
  188. on ResetMenuField
  189.   put " DIPP" & return & " Firmware" & return & " SCSI Interface" & return into card field "Message Center 2"
  190. end ResetMenuField
  191.  
  192.  
  193.  
  194. -- part 8 (field)
  195. -- low flags: 80
  196. -- high flags: 0007
  197. -- rect: left=213 top=61 right=261 bottom=499
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 0 / 0
  200. -- text alignment: 0
  201. -- font id: 3
  202. -- text size: 12
  203. -- style flags: 0
  204. -- line height: 16
  205. -- part name: DIPP
  206.  
  207.  
  208. -- part 9 (field)
  209. -- low flags: 80
  210. -- high flags: 0007
  211. -- rect: left=213 top=61 right=261 bottom=499
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 0
  215. -- font id: 3
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: SCSI
  220.  
  221.  
  222. -- part 10 (field)
  223. -- low flags: 80
  224. -- high flags: 0007
  225. -- rect: left=213 top=61 right=261 bottom=499
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 0 / 0
  228. -- text alignment: 0
  229. -- font id: 3
  230. -- text size: 12
  231. -- style flags: 0
  232. -- line height: 16
  233. -- part name: Firmware
  234.  
  235.  
  236. -- part 11 (field)
  237. -- low flags: 81
  238. -- high flags: 0001
  239. -- rect: left=12 top=272 right=310 bottom=510
  240. -- title width / last selected line: 0
  241. -- icon id / first selected line: 0 / 0
  242. -- text alignment: 0
  243. -- font id: 3
  244. -- text size: 12
  245. -- style flags: 0
  246. -- line height: 16
  247. -- part name: Cover All
  248.  
  249.  
  250. -- part 12 (button)
  251. -- low flags: 80
  252. -- high flags: A004
  253. -- rect: left=1 top=315 right=340 bottom=511
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: Self-Check
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   visual iris close
  265.   hide card button "Self-Check"
  266.   hide card field "Cover All"
  267.   pop card
  268. end mouseUp
  269.  
  270.  
  271.  
  272. -- part contents for card part 1
  273. ----- text -----
  274. The main logic board includes the following:
  275.  
  276. ‚Ä¢ The central processing
  277.    unit (CPU)
  278. ‚Ä¢ The digital image pre-
  279.    processor (DIPP)
  280. ‚Ä¢ The firmware
  281. ‚Ä¢ The SCSI interface
  282.  
  283.  
  284. -- part contents for card part 6
  285. ----- text -----
  286. Press any of the topics inside the field above for more information about it.
  287.  
  288. -- part contents for card part 4
  289. ----- text -----
  290.  DIPP
  291.  Firmware
  292.  SCSI Interface
  293.  
  294.  
  295. -- part contents for card part 8
  296. ----- text -----
  297. The  DIPP converts the analog image information from the CCD into digital signals, and transfers the digital data to main memory.  When the scanner is in line art or halftone mode, the output from the DIPP is 1 bit per pixel.  When it‚Äôs in grayscale mode, the output is 4 bits per pixel.
  298.  
  299. *Click in this field when finished reading it*
  300.   
  301.  
  302.  
  303. -- part contents for card part 9
  304. ----- text -----
  305. From the scanner‚Äôs main memory, the image data is transferred to the Macintosh over the SCSI interface.  Scanner performance is enhanced by a direct memory access control   (DMAC) chip that offloads the burden of data transfer from the CPU.  The DMAC chip can transfer data between the scanner and Macintosh at up to 5 million bits per second.
  306.  
  307. *Click in this field when finished reading it*
  308.  
  309. -- part contents for card part 7
  310. ----- text -----
  311. From the scanner‚Äôs main memory, the image data is transferred to the Macintosh over the SCSI interface.  Scanner performance is enhanced by a direct memory access control   (DMAC) chip that offloads the burden of data transfer from the CPU.  The DMAC chip can transfer data between the scanner and Macintosh at up to 5 million bits per second.
  312.  
  313. *Click in this field when finished reading it*
  314.  
  315. -- part contents for card part 10
  316. ----- text -----
  317. The Apple Scanner firmware contains all the information needed to drive the hardware components of the Apple Scanner.
  318.  
  319. *Click in this field when finished reading it*